πŸ’¬
// Hero image only if explicitly set β€” no placeholder (keeps articles clean) const heroHtml = p.featuredImage ? `${p.featuredImageAlt || p.title}` : '';